All Questions
10 questions
0votes
1answer
630views
How to get rid of ssh bandwidth limit?
I was playing around with a server I set up myself, running archlinux, and when I tried to retrieve files from it, using scp or rsync, I noticed the download speed was abnormally low, being capped at ...
5votes
1answer
2kviews
How to send a command to tmux-session of remote-device (using ssh)
On my vanila Arch Linux system, I can send to local tmux-session (session main) using: $ tmux send -t main.0 'echo asdf' ENTER I can also send commands to a remote machine using ssh: (just for the ...
1vote
2answers
395views
SSH with GSSAPITrustDns in Arch
I am trying to set-up my computer to ssh without a password to a remote server. I am following these instructions, but I am having a problem: I can successfully run kinit -f [email protected] and I ...
3votes
1answer
2kviews
SSH only after login?
I've freshly setup a rather standard current Arch Linux and encounter a problem that I can not get a grip on: DHCP service is enabled and network is online (ping succeeds with hostname and IP address)...
2votes
1answer
901views
Archlinux + GSSapi + kerberos
I am trying to use ssh supporting GSSAPI with KeyExchange protocol with some servers that authenticate using kerberos. I have installed aur/openssh-gssapi. The problems is after getting the key from ...
1vote
1answer
190views
SSH public key error
I'm trying to SSH from Debian (Jessie, installed as chroot environment in Chrome OS) to Arch on the same network, and I keep getting an error saying the connection was refused because of a public key ...
1vote
2answers
2kviews
SSH login not accepted, and no delay between ssh login attempts
When ssh'ing to my server (RaspPi running Arch), it doesn't accept my password (which I'm 98% sure is correct), and the usual delay before Permission denied, please try again. is not there. Elsewise, ...
0votes
2answers
129views
Setting Up SSH. Just need some understanding
My goal is to build a LAMP server on my arch linux laptop. The main reason is for a web server. The other reason is to learn about how all this administration stuff works. My setup is a laptop with ...
2votes
1answer
864views
Arch Linux openSSH frequently drops connection
I'm running a VM using Oracle's VirtualBox. The OS is the latest version of Arch, 64-bit. For some odd reason, every so often (frequently enough to be very annoying and making it almost impossible ...
5votes
3answers
6kviews
SSH connection freezes after bigger output when inactive for a while
I have a problem with an SSH session freezing after using it again when it was idle for a while. The problem is that the session doesn't freeze immediately, I can still use it. But as soon as a ...